home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-68k-src / machines / amiga68k / include / inline / wb_protos.h < prev   
C/C++ Source or Header  |  1999-01-01  |  2KB  |  14 lines

  1. struct AppWindow * __AddAppWindowA(__reg("d0") unsigned long id,__reg("d1") unsigned long userdata,__reg("a0") struct Window *window,__reg("a1") struct MsgPort *msgport,__reg("a2") struct TagItem *taglist ,__reg("a6") void *)="\tjsr\t-48(a6)";
  2. #define AddAppWindowA(x1,x2,x3,x4,x5) __AddAppWindowA((x1),(x2),(x3),(x4),(x5),WorkbenchBase)
  3. BOOL  __RemoveAppWindow(__reg("a0") struct AppWindow *appWindow ,__reg("a6") void *)="\tjsr\t-54(a6)";
  4. #define RemoveAppWindow(x1) __RemoveAppWindow((x1),WorkbenchBase)
  5. struct AppIcon * __AddAppIconA(__reg("d0") unsigned long id,__reg("d1") unsigned long userdata,__reg("a0") UBYTE *text,__reg("a1") struct MsgPort *msgport,__reg("a2") struct FileLock *lock,__reg("a3") struct DiskObject *diskobj,__reg("a4") struct TagItem *taglist ,__reg("a6") void *)="\tjsr\t-60(a6)";
  6. #define AddAppIconA(x1,x2,x3,x4,x5,x6,x7) __AddAppIconA((x1),(x2),(x3),(x4),(x5),(x6),(x7),WorkbenchBase)
  7. BOOL  __RemoveAppIcon(__reg("a0") struct AppIcon *appIcon ,__reg("a6") void *)="\tjsr\t-66(a6)";
  8. #define RemoveAppIcon(x1) __RemoveAppIcon((x1),WorkbenchBase)
  9. struct AppMenuItem * __AddAppMenuItemA(__reg("d0") unsigned long id,__reg("d1") unsigned long userdata,__reg("a0") UBYTE *text,__reg("a1") struct MsgPort *msgport,__reg("a2") struct TagItem *taglist ,__reg("a6") void *)="\tjsr\t-72(a6)";
  10. #define AddAppMenuItemA(x1,x2,x3,x4,x5) __AddAppMenuItemA((x1),(x2),(x3),(x4),(x5),WorkbenchBase)
  11. BOOL  __RemoveAppMenuItem(__reg("a0") struct AppMenuItem *appMenuItem ,__reg("a6") void *)="\tjsr\t-78(a6)";
  12. #define RemoveAppMenuItem(x1) __RemoveAppMenuItem((x1),WorkbenchBase)
  13.  
  14.